
@charset "utf-8";
/* CSS Document */
/*a:link,a:visited{text-decoration:none;font-size:-1;color:#000;}
a:active,a:hover{text-decoration:underline;font-size:-1;color:red;}*/

/* body tag will act as page wrapper */
body {
	/*min-width:1024 px;*/
	/*width:100%;*/
	/*margin:0;*/
	background-color:#370037;
	font-family:Verdana, Geneva, sans-serif;
}
/* form tag wil act as content wrapper */
form {
	width: 860px;
	margin: 1em auto;
	/*margin-top: 15px;
	margin-bottom: 1 em;
	margin-left:auto;
	margin-right:auto;*/
	background-color:#CCC;
	border:#FFF thick solid;
}

/* makes the section headers in the SGA form look nice */
td B {
	font-family:Georgia, "Times New Roman", Times, serif;

}

/* Changes the color scheme for the headers on all the pages */
.t14RegionHeader, .t14RegionHeaderButtonHolder, .t14ReportHeader, #t14Success, .t14RegionHeader2, td.t14ButtonHolder {
	background-color:#400082;
	color:#FFF;
	border-color:#400082;
	padding-left:3px;
}
 .t14ReportHeader a {color:#FFF;}
/* makes the thin border match the color theme */
.t14FormRegion {
	border-color:#400082;
	width:100%;
	/*-right:15px*/
}

/* extends and centers form content, groups form regions with black border */
table.formlayout {
	border:#000 thin solid;
	width:100%;
}

/* fixes alignment and border issues for specific elements in the screening form */
table#R59100424382388889 tr td table.formlayout tr td, table#R58279310041943902 tr td table.formlayout tr td {text-align:left;}
table#R59100424382388889 tr td table.formlayout, table#R58279310041943902 tr td table.formlayout, table#R65928923402050999 tr td table.formlayout  {border:none;}

/* provides a border to visually group radio buttons*/
/*table.radiogroup, #P4_S0WTLOSSBOOL, #P4_S14APPETITECODE, #P21_BOOLSUBOPT, #P21_BOOLPROTEIN, #P21_BOOLKCAL*/ fieldset {border:#999 thin solid; padding-right:10px;}

/* hide unselected and highlight selected diagnoses, etiologies, et c on the main visit page*/
input[type="checkbox"][disabled="disabled"] {display:none;}
input[type="checkbox"][disabled="disabled"] + label {display:none;}
input[type="checkbox"][disabled="disabled"] + label + br {display:none;}
input[checked="checked"][disabled="disabled"] {display:inline}
input[checked="checked"][disabled="disabled"] + label {
	display:inline;
	/*background-color:#FFF;*/
	color:#370037; 
	padding-right:5px;
}
input[checked="checked"][disabled="disabled"] + label + br {display:block;}

/*This makes the Section headers in the SGA assessment all be left aligned*/
form table tr td table tr td table tr td table.formlayout tr td[nowrap="nowrap"] + td[valign="middle"] {width:99%;}
/*td[colspan="1"][rowspan="1"][align="left"][valign="middle"] {background-color:#9F0; width=99%;}
td[align=left]  {background-color:#9F0;}*/

/* Adds borders for grouping in full visit view */
table.t14ReportsRegion {
	border:thin solid #166AAF;
	margin-right:15px;
}

/* Eliminates double borders */
table.t14ReportsRegion table.formlayout{border:none;}

/* login screen border fix */
.t14Login {
	border-color:#400082;
}

